Nov 15, 2013
If you are using Codeigniter (PHP Framework) you are noticed that by default index.php will be included with your URL. But you can easily remove..
Read moreOct 30, 2013
There are many ways to design a two column layout using Cascading Style Sheets (CSS). This article takes you through the steps of using one..
Read moreSep 27, 2013
In this post, you will learn how to check and uncheck checkbox using JQuery. Example html form <form> <input type=“checkbox” name=“city” id=“city” value=“Newyork” />..
Read moreSep 26, 2013
How to check whether mod_rewrite module is enabled/loaded or not in Apache There are lots of techniques to check this but below is very simple..
Read moreSep 16, 2013
Hi all here we going to see how to create a hidden Div and display it with the click of a button. Actually there is..
Read moreMay 23, 2013
PHP frameworks help you to write clean and reusable code. It follows the MVC pattern, ensuring a clear separation of logic and presentation. But there..
Read more